home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
FishMarket 1.0
/
FishMarket v1.0.iso
/
fishies
/
376-400
/
disk_376
/
aztecarp
/
sources.lzh
/
Glue
/
FreeAnchorChain.asm
< prev
next >
Wrap
Assembly Source File
|
1990-08-01
|
173b
|
15 lines
section text,code
xref _ArpBase
xdef _FreeAnchorChain
_FreeAnchorChain:
move.l a6,-(sp)
move.l _ArpBase,a6
move.l 8(sp),a0
jsr -450(a6)
move.l (sp)+,a6
rts
end